poke: 1.1 -> 1.2

See https://lists.gnu.org/archive/html/info-gnu/2021-04/msg00003.html
for release information.
This commit is contained in:
Lancelot SIX 2021-04-19 09:38:12 +01:00
parent e019872af8
commit f915ea70a6
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

View File

@ -19,11 +19,11 @@ let
isCross = stdenv.hostPlatform != stdenv.buildPlatform;
in stdenv.mkDerivation rec {
pname = "poke";
version = "1.1";
version = "1.2";
src = fetchurl {
url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
hash = "sha256-zWjfY8dBtBYLEsvqAvJ8RxWCeUZuNEOTDSU1pFLAatY=";
hash = "sha256-9hz42ltkwBoTWTc3JarRyiV/NcHJJp5NUN0GZBg932I=";
};
postPatch = ''