Skip to content

Commit

Permalink
Merge pull request NixOS#264342 from r-ryantm/auto-update/joker
Browse files Browse the repository at this point in the history
joker: 1.3.0 -> 1.3.1
  • Loading branch information
NickCao authored Oct 30, 2023
2 parents 37dbff2 + d900a4f commit bfa3f06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/interpreters/joker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "joker";
version = "1.3.0";
version = "1.3.1";

src = fetchFromGitHub {
rev = "v${version}";
owner = "candid82";
repo = "joker";
sha256 = "sha256-D9maTCNNJ9ivj76SEjddFSYNu+RLEZG+3SgOWEAD7aU=";
sha256 = "sha256-9SsSXLZFwqsAeWFGsba8OG9bdmfQjn6qQHHQK6IdHK8=";
};

vendorHash = "sha256-ioC7R5Pm2nmHXI+/ko1UoNJCvEFzvhZcAcVtaFECz2c=";
vendorHash = "sha256-VRQUbGJTC2v8w/l4iaNn3vPX3AdV9Likp2nuG0PQieU=";

doCheck = false;

Expand Down

0 comments on commit bfa3f06

Please sign in to comment.