Skip to content

Commit 98c835e

Browse files
kirc: 0.3.2 -> 0.3.3 (NixOS#373592)
Co-authored-by: AndersonTorres <[email protected]>
2 parents aae8cdf + 6e04a85 commit 98c835e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ki/kirc/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
stdenv.mkDerivation rec {
88
pname = "kirc";
9-
version = "0.3.2";
9+
version = "0.3.3";
1010

1111
src = fetchFromGitHub {
1212
owner = "mcpcpc";
1313
repo = pname;
1414
rev = version;
15-
hash = "sha256-SXPtSFjGPLgORG9OCSCEStzNzdGZFzCx72YOrW288MU=";
15+
hash = "sha256-LiJZnFQMnyBEqeyyyqM56XXoYjbZPCWLfLX9OB/f+YM=";
1616
};
1717

1818
dontConfigure = true;

0 commit comments

Comments
 (0)