gale: 1.3.1 -> 1.5.6 (#388492)

authored by Adam C. Stephens and committed by GitHub ec9f770a 4336258c

+4 -4
+4 -4
pkgs/by-name/ga/gale/package.nix
··· 20 21 stdenv.mkDerivation (finalAttrs: { 22 pname = "gale"; 23 - version = "1.3.1"; 24 25 src = fetchFromGitHub { 26 owner = "Kesomannen"; 27 repo = "gale"; 28 tag = finalAttrs.version; 29 - hash = "sha256-cIholTqWxDb3CkKCY8qRhevxd7CQxBlBGmhJ/91K1g4="; 30 }; 31 32 postPatch = '' ··· 36 npmDeps = fetchNpmDeps { 37 name = "${finalAttrs.pname}-${finalAttrs.version}-npm-deps"; 38 inherit (finalAttrs) src; 39 - hash = "sha256-qhH8jeRQZgx6DELzxczt6AmoILxZHUkVpVkYZoDQPRQ="; 40 }; 41 42 cargoDeps = rustPlatform.fetchCargoVendor { ··· 46 src 47 cargoRoot 48 ; 49 - hash = "sha256-RtTqdbMZlsLNEoxdwjUd0B/3TkdbDpcjOMhH8BlshfE="; 50 }; 51 52 cargoRoot = "src-tauri";
··· 20 21 stdenv.mkDerivation (finalAttrs: { 22 pname = "gale"; 23 + version = "1.5.6"; 24 25 src = fetchFromGitHub { 26 owner = "Kesomannen"; 27 repo = "gale"; 28 tag = finalAttrs.version; 29 + hash = "sha256-YNTmREWSsXjQ8S2bM9JTsoTdPCmPnmt/svhTOoUFEs4="; 30 }; 31 32 postPatch = '' ··· 36 npmDeps = fetchNpmDeps { 37 name = "${finalAttrs.pname}-${finalAttrs.version}-npm-deps"; 38 inherit (finalAttrs) src; 39 + hash = "sha256-EFP2Lwqg2bFaSCXXDPIAF6nfeV7/CH3XgI9fzxE+veA="; 40 }; 41 42 cargoDeps = rustPlatform.fetchCargoVendor { ··· 46 src 47 cargoRoot 48 ; 49 + hash = "sha256-AsViBPdXNzQBnN3Vv8ojfdG7fvy5DN3FiQHTzdLmxyQ="; 50 }; 51 52 cargoRoot = "src-tauri";