3
0
Fork 0
forked from mirrors/nixpkgs

poke: 2.2 -> 2.3

This commit is contained in:
R. Ryantm 2022-04-04 02:02:14 +00:00
parent e0dc07236e
commit eefbb7c566

View file

@ -22,11 +22,11 @@ let
isCross = stdenv.hostPlatform != stdenv.buildPlatform;
in stdenv.mkDerivation rec {
pname = "poke";
version = "2.2";
version = "2.3";
src = fetchurl {
url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
sha256 = "sha256-xF6k5xpRohhTZzhcAc65dZbsW3EDOGm+xKYLHLciWQM=";
sha256 = "sha256-NpDPERbafLOp7GtPcAPiU+JotRAhKiiP04qv7Q68x2Y=";
};
outputs = [ "out" "dev" "info" "lib" "man" ];