Skip to content

Commit

Permalink
Merge pull request #323947 from kira-bruneau/poke
Browse files Browse the repository at this point in the history
poke: 4.1 -> 4.2
  • Loading branch information
kira-bruneau committed Jul 7, 2024
2 parents 80d4397 + ff0f23b commit a01462a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/poke/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "poke";
version = "4.1";
version = "4.2";

src = fetchurl {
url = "mirror://gnu/poke/poke-${finalAttrs.version}.tar.gz";
hash = "sha256-COyupB9zdKzUI44Su/l+jNXlctWRfpVrc7nUMCbp10A=";
hash = "sha256-iq825h42elMUDqQOJVnp7FEud5xCvuNOesJLNLoRm94=";
};

outputs = [ "out" "dev" "info" "lib" ]
Expand Down

0 comments on commit a01462a

Please sign in to comment.