tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
taler-wallet-core: 0.14.1 -> 1.0.12
eljamm
8 months ago
cacdf3d2
a0a04838
+5
-5
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ta
taler-wallet-core
package.nix
+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
40
-
version = "0.14.1";
40
40
+
version = "1.0.12";
41
41
42
42
src = fetchgit {
43
43
-
url = "https://git.taler.net/wallet-core.git";
44
44
-
rev = "v${finalAttrs.version}";
45
45
-
hash = "sha256-Sae83qGPqVwuxKf30zHCmdOoo5rDPBHKSOE1hxNn7Xo=";
43
43
+
url = "https://git.taler.net/taler-typescript-core.git";
44
44
+
tag = "v${finalAttrs.version}";
45
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
59
-
hash = "sha256-BVVmv0VVvQ2YhL0zOKiM1oVKJKvqwMGNR47DkcCj874=";
59
59
+
hash = "sha256-pLe5smsXdzSBgz/OYNO5FVEI2L6y/p+jMxEkzqUaX34=";
60
60
};
61
61
62
62
buildInputs = [ nodejs_20 ];