tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
resticprofile: 0.30.1 -> 0.31.0
R. Ryantm
10 months ago
495ecf20
d9dd002a
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
re
resticprofile
package.nix
+2
-2
pkgs/by-name/re/resticprofile/package.nix
···
11
11
12
12
buildGoModule rec {
13
13
pname = "resticprofile";
14
14
-
version = "0.30.1";
14
14
+
version = "0.31.0";
15
15
16
16
src = fetchFromGitHub {
17
17
owner = "creativeprojects";
18
18
repo = "resticprofile";
19
19
tag = "v${version}";
20
20
-
hash = "sha256-Pg7rqllNRc/pN5VSgy7KiHQ7V7xOxiGM5fk5Y6+OBjw=";
20
20
+
hash = "sha256-ezelvyroQG1EW3SU63OVHJ/T4qjN5DRllvPIXnei1Z4=";
21
21
};
22
22
23
23
postPatch = ''