Merge pull request #267060 from patwid/feat/himitsu-update-v0.4

himitsu: 0.3 -> 0.4
This commit is contained in:
Peder Bergebakken Sundt
2023-11-30 21:35:20 +01:00
committed by GitHub
+2 -2
View File
@@ -7,14 +7,14 @@
stdenv.mkDerivation rec {
pname = "himitsu";
version = "0.3";
version = "0.4";
src = fetchFromSourcehut {
name = pname + "-src";
owner = "~sircmpwn";
repo = pname;
rev = version;
hash = "sha256-HoAntg9aQhMmff3T3/xnor7Sf3yX9qBbZlpVfyac5o8=";
hash = "sha256-Y2QSzYfG1F9Z8MjeVvQ3+Snff+nqSjeK6VNzRaRDLYo=";
};
nativeBuildInputs = [