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.
2 parents b07de9b + 2280309 commit 69c2b9fCopy full SHA for 69c2b9f
pkgs/by-name/ep/ephemeralpg/package.nix
@@ -8,10 +8,10 @@
8
}:
9
stdenv.mkDerivation rec {
10
pname = "ephemeralpg";
11
- version = "3.3";
+ version = "3.4";
12
src = fetchurl {
13
url = "https://eradman.com/ephemeralpg/code/${pname}-${version}.tar.gz";
14
- hash = "sha256-pVQrfSpwJnxCRXAUpZQZsb0Z/wlLbjdaYmhVevgHrgo=";
+ hash = "sha256-IwAIJFW/ahDXGgINi4N9mG3XKw74JXK6+SLxGMZ8tS0=";
15
};
16
nativeBuildInputs = [ makeWrapper ];
17
installPhase = ''
0 commit comments