mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
libdex: 0.7.1 → 0.8.0
https://gitlab.gnome.org/GNOME/libdex/-/compare/0.7.1...0.8.0 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
parent
1c590a0b12
commit
36476009bc
@ -14,13 +14,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "libdex";
|
||||
version = "0.7.1";
|
||||
version = "0.8.0";
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/libdex/${lib.versions.majorMinor finalAttrs.version}/libdex-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-wLE+l7NABX3E58U/F+XX7NMQofoqvJpylnDwImGkCps=";
|
||||
hash = "sha256-ZZq10Ot/EL02rwzeCAVRWJh2kLlxTn9bABx4jsHQGiU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user