taler-wallet-core: 0.14.1 -> 1.0.12

eljamm cacdf3d2 a0a04838

+5 -5
+5 -5
pkgs/by-name/ta/taler-wallet-core/package.nix
··· 37 37 in 38 38 stdenv.mkDerivation (finalAttrs: { 39 39 pname = "taler-wallet-core"; 40 - version = "0.14.1"; 40 + version = "1.0.12"; 41 41 42 42 src = fetchgit { 43 - url = "https://git.taler.net/wallet-core.git"; 44 - rev = "v${finalAttrs.version}"; 45 - hash = "sha256-Sae83qGPqVwuxKf30zHCmdOoo5rDPBHKSOE1hxNn7Xo="; 43 + url = "https://git.taler.net/taler-typescript-core.git"; 44 + tag = "v${finalAttrs.version}"; 45 + hash = "sha256-lTFiaIgkPw0FhrpYPwg5/MMl8Yo1MfkDPYEDSJ11rQ8="; 46 46 }; 47 47 48 48 nativeBuildInputs = [ ··· 56 56 57 57 pnpmDeps = pnpm_9.fetchDeps { 58 58 inherit (finalAttrs) pname version src; 59 - hash = "sha256-BVVmv0VVvQ2YhL0zOKiM1oVKJKvqwMGNR47DkcCj874="; 59 + hash = "sha256-pLe5smsXdzSBgz/OYNO5FVEI2L6y/p+jMxEkzqUaX34="; 60 60 }; 61 61 62 62 buildInputs = [ nodejs_20 ];