mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
gexiv2_0_16: 0.16.0 -> 0.16.1
https://gitlab.gnome.org/GNOME/gexiv2/-/compare/0.16.0...0.16.1
(cherry picked from commit b1797c03b7)
This commit is contained in:
committed by
github-actions[bot]
parent
1a77148231
commit
a151dcfb13
@@ -18,7 +18,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gexiv2";
|
||||
__structuredAttrs = true;
|
||||
strictDeps = true;
|
||||
version = "0.16.0";
|
||||
version = "0.16.1";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
@@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gexiv2/${lib.versions.majorMinor finalAttrs.version}/gexiv2-${finalAttrs.version}.tar.xz";
|
||||
sha256 = "2W+JXyRTn5ZvV3srskia6E+CMpcKjQwGTkoAdHSne7s=";
|
||||
sha256 = "sha256-GOmgXGN6d+gAsAHYf3Dk0Cp7pBt3RUAKMUoQcqHdyUM=";
|
||||
};
|
||||
|
||||
depsBuildBuild = [
|
||||
|
||||
Reference in New Issue
Block a user