grandperspective: 3.4.2 -> 3.5.1

This commit is contained in:
Dimitar Nestorov
2024-12-27 20:44:20 +02:00
parent 5048836ab7
commit f6d6becd57
+2 -2
View File
@@ -7,7 +7,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "3.4.2";
version = "3.5.1";
pname = "grandperspective";
src = fetchurl {
@@ -15,7 +15,7 @@ stdenv.mkDerivation (finalAttrs: {
url = "mirror://sourceforge/grandperspectiv/GrandPerspective-${
lib.replaceStrings [ "." ] [ "_" ] finalAttrs.version
}.dmg";
hash = "sha256-ZgyBeQCoixLGCFS8+UFoMilvtswplEC8MzK3BE4ocDg=";
hash = "sha256-ZD6XUtsbwxHe3MYdCH9I/pYBCGgilPhhbYQChr0wCj4=";
};
sourceRoot = "GrandPerspective.app";