mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
gtk-gnutella: 1.2.2 -> 1.3.1
Diff: https://github.com/gtk-gnutella/gtk-gnutella/compare/v1.2.2...v1.3.1 Changelog: https://raw.githubusercontent.com/gtk-gnutella/gtk-gnutella/v1.3.1/ChangeLog
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gtk-gnutella";
|
||||
version = "1.2.2";
|
||||
version = "1.3.1";
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
owner = "gtk-gnutella";
|
||||
repo = "gtk-gnutella";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-LbSUdU+a9G8qL7gCZVJQ6UQMATpOMtktY6FeOkUuaYI=";
|
||||
hash = "sha256-xVVmPcXIc5RN1j9PYqHaqllKp+8UQ8S2LU0z23QngFs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user