mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
flashspace: 2.3.29 -> 3.3.39
This commit is contained in:
parent
0b0aa7b6d9
commit
8758e3fe22
1 changed files with 2 additions and 3 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue