volanta: 1.11.3 -> 1.12.0

This commit is contained in:
SirBerg
2025-06-03 10:00:38 +02:00
parent 672fb590ec
commit d91a010673
+3 -3
View File
@@ -6,10 +6,10 @@
}:
let
pname = "volanta";
version = "1.11.3";
version = "1.12.0";
src = fetchurl {
url = "https://cdn.volanta.app/software/volanta-app/${version}-622dc10d/volanta-${version}.AppImage";
hash = "sha256-vplJEE+D2Yzr4fD//CdLRAYAKQp6a1RR0jZ1N46Q8xU=";
url = "https://cdn.volanta.app/software/volanta-app/${version}-0e24f0ee/volanta-${version}.AppImage";
hash = "sha256-PwBnKR0oFMJtyPxpgDGlSDmcxY9wxhp2Un6mkRJIlfI=";
};
appImageContents = appimageTools.extract { inherit pname version src; };
in