diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2022-07-26 08:31:56 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-07-30 03:07:55 +0000 |
| commit | 78aa8bdf18ab9dada06d5e6007a93553c5a64053 (patch) | |
| tree | 01e20201896b0a0e91bf50766c19f80055d34812 | |
| parent | Merge pull request #183869 from NixOS/backport-183581-to-release-22.05 (diff) | |
| download | nixpkgs-78aa8bdf18ab9dada06d5e6007a93553c5a64053.tar.gz | |
poke: 2.3 -> 2.4
(cherry picked from commit 6810e93f132ad45a3e3501c8eec0f5978bcad82e)
| -rw-r--r-- | pkgs/applications/editors/poke/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/poke/default.nix b/pkgs/applications/editors/poke/default.nix index 77466cfdbea8..9e3f5f415029 100644 --- a/pkgs/applications/editors/poke/default.nix +++ b/pkgs/applications/editors/poke/default.nix @@ -22,11 +22,11 @@ let isCross = stdenv.hostPlatform != stdenv.buildPlatform; in stdenv.mkDerivation rec { pname = "poke"; - version = "2.3"; + version = "2.4"; src = fetchurl { url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz"; - sha256 = "sha256-NpDPERbafLOp7GtPcAPiU+JotRAhKiiP04qv7Q68x2Y="; + sha256 = "sha256-hB4oWRfGc4zpgqaTDjDr6t7PsGVaedkYTxb4dqn+bkc="; }; outputs = [ "out" "dev" "info" "lib" "man" ]; |
