about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2022-03-31 21:25:36 -0300
committerGitHub <noreply@github.com>2022-03-31 21:25:36 -0300
commitffa7483c97e17d6e60e33fa9804f1f45bb77afa3 (patch)
tree39a6ccfb6938c1255bc6d755bc7c7fbb41685fe5 /pkgs/applications
parent5e2ced2025bf426e6c3a31c4cd542f0872a2c6af (diff)
parent6b3b66185d3bab126f71b5c98c796f680c56e933 (diff)
downloadnixlib-ffa7483c97e17d6e60e33fa9804f1f45bb77afa3.tar
nixlib-ffa7483c97e17d6e60e33fa9804f1f45bb77afa3.tar.gz
nixlib-ffa7483c97e17d6e60e33fa9804f1f45bb77afa3.tar.bz2
nixlib-ffa7483c97e17d6e60e33fa9804f1f45bb77afa3.tar.lz
nixlib-ffa7483c97e17d6e60e33fa9804f1f45bb77afa3.tar.xz
nixlib-ffa7483c97e17d6e60e33fa9804f1f45bb77afa3.tar.zst
nixlib-ffa7483c97e17d6e60e33fa9804f1f45bb77afa3.zip
Merge pull request #166375 from r-ryantm/auto-update/poke
poke: 2.1 -> 2.2
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/poke/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/poke/default.nix b/pkgs/applications/editors/poke/default.nix
index e05008613910..c2ade207d609 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.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" ];