We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aae8cdf + 6e04a85 commit 98c835eCopy full SHA for 98c835e
pkgs/by-name/ki/kirc/package.nix
@@ -6,13 +6,13 @@
6
7
stdenv.mkDerivation rec {
8
pname = "kirc";
9
- version = "0.3.2";
+ version = "0.3.3";
10
11
src = fetchFromGitHub {
12
owner = "mcpcpc";
13
repo = pname;
14
rev = version;
15
- hash = "sha256-SXPtSFjGPLgORG9OCSCEStzNzdGZFzCx72YOrW288MU=";
+ hash = "sha256-LiJZnFQMnyBEqeyyyqM56XXoYjbZPCWLfLX9OB/f+YM=";
16
};
17
18
dontConfigure = true;
0 commit comments