Skip to content

Commit

Permalink
kirc: 0.3.2 -> 0.3.3 (#373592)
Browse files Browse the repository at this point in the history
Co-authored-by: AndersonTorres <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and AndersonTorres authored Jan 18, 2025
2 parents aae8cdf + 6e04a85 commit 98c835e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ki/kirc/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
pname = "kirc";
version = "0.3.2";
version = "0.3.3";

src = fetchFromGitHub {
owner = "mcpcpc";
repo = pname;
rev = version;
hash = "sha256-SXPtSFjGPLgORG9OCSCEStzNzdGZFzCx72YOrW288MU=";
hash = "sha256-LiJZnFQMnyBEqeyyyqM56XXoYjbZPCWLfLX9OB/f+YM=";
};

dontConfigure = true;
Expand Down

0 comments on commit 98c835e

Please sign in to comment.