nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

privatebin: 2.0.0 -> 2.0.1

Changelog: https://github.com/PrivateBin/PrivateBin/releases/tag/2.0.1
Diff: https://github.com/PrivateBin/PrivateBin/compare/2.0.0...2.0.1

Defelo 20f1ee7c 4f32864e

+2 -2
+2 -2
pkgs/by-name/pr/privatebin/package.nix
··· 8 8 9 9 stdenvNoCC.mkDerivation (finalAttrs: { 10 10 pname = "privatebin"; 11 - version = "2.0.0"; 11 + version = "2.0.1"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "PrivateBin"; 15 15 repo = "PrivateBin"; 16 16 tag = finalAttrs.version; 17 - hash = "sha256-qAGCpxOWJ+hF8/KV8E8xB30nL3c2JhbQmhFiQsoHQ68="; 17 + hash = "sha256-FspB10F/gz4d5T4TEYyifosgFLvnSMpVsr2t4NvFTqU="; 18 18 }; 19 19 20 20 installPhase = ''