flashspace: 2.3.29 -> 3.3.39

This commit is contained in:
Marcus Ramberg 2025-04-14 19:34:16 +02:00
parent 0b0aa7b6d9
commit 8758e3fe22
No known key found for this signature in database

View file

@ -1,13 +1,12 @@
{
fetchzip,
gitUpdater,
lib,
stdenv,
nix-update-script,
}:
let
version = "2.3.29";
version = "3.3.39";
in
stdenv.mkDerivation {
pname = "flashspace";
@ -16,7 +15,7 @@ stdenv.mkDerivation {
src = fetchzip {
url = "https://github.com/wojciech-kulik/FlashSpace/releases/download/v${version}/FlashSpace.app.zip";
hash = "sha256-aBqlxIPPhx5GwNowf172Ko10g8RXnN7nIJaD3Zh4TPg=";
hash = "sha256-/mgdeRxaxq+oIjbbaxCSExHxyYqqWl80+6jPzPIhT4M=";
};
installPhase = ''