We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e089f9 commit 7255241Copy full SHA for 7255241
pkgs/by-name/pr/privatebin/package.nix
@@ -8,13 +8,13 @@
8
9
stdenvNoCC.mkDerivation (finalAttrs: {
10
pname = "privatebin";
11
- version = "1.7.6";
+ version = "1.7.8";
12
13
src = fetchFromGitHub {
14
owner = "PrivateBin";
15
repo = "PrivateBin";
16
tag = finalAttrs.version;
17
- hash = "sha256-tKzuPpll1GOMlaIDfs5udXrHcTko6jmWJq4dPuPYy6Y=";
+ hash = "sha256-/28uzEDVEn7uy8c6/oCMFjKDJFPyHH50f890cc6fmjg=";
18
};
19
20
installPhase = ''
0 commit comments