poke: 2.1 -> 2.2

This commit is contained in:
R. Ryantm 2022-03-30 06:56:12 +00:00
parent 0e671e2b2b
commit 6b3b66185d

View file

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