tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
volnoti: make patch urls reproducible
Peder Bergebakken Sundt
2 years ago
1fb57652
fde06111
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
volnoti
default.nix
+1
-1
pkgs/applications/misc/volnoti/default.nix
···
17
# Fix dbus interface headers. See
18
# https://github.com/davidbrazdil/volnoti/pull/10
19
(fetchpatch {
20
-
url = "https://github.com/davidbrazdil/volnoti/pull/10.patch";
21
sha256 = "046zfdjmvhb7jrsgh04vfgi35sgy1zkrhd3bzdby3nvds1wslfam";
22
})
23
];
···
17
# Fix dbus interface headers. See
18
# https://github.com/davidbrazdil/volnoti/pull/10
19
(fetchpatch {
20
+
url = "https://github.com/davidbrazdil/volnoti/commit/623ad8ea5c3ac8720d00a2ced4b6163aae38c119.patch";
21
sha256 = "046zfdjmvhb7jrsgh04vfgi35sgy1zkrhd3bzdby3nvds1wslfam";
22
})
23
];