libdazzle: 3.43.90 → 3.44.0
https://gitlab.gnome.org/GNOME/libdazzle/-/compare/3.43.90...3.44.0
This commit is contained in:
parent
5c7c637f44
commit
0738d6e70d
1 changed files with 2 additions and 2 deletions
|
@ -19,14 +19,14 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libdazzle";
|
||||
version = "3.43.90";
|
||||
version = "3.44.0";
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
outputBin = "dev";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/libdazzle/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "LPTtCoKcw0awqGD5QRyrJ6rkJjScT+wCgUZAyzmEyiY=";
|
||||
sha256 = "PNPkXrbiaAywXVLh6A3Y+dWdR2UhLw4o945sF4PRjq4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue