himitsu: 0.6 -> 0.7

This commit is contained in:
R. Ryantm 2024-05-22 14:43:26 +00:00
parent 2e23d9d281
commit aeb3bcf4de

View File

@ -7,14 +7,14 @@
stdenv.mkDerivation rec {
pname = "himitsu";
version = "0.6";
version = "0.7";
src = fetchFromSourcehut {
name = pname + "-src";
owner = "~sircmpwn";
repo = pname;
rev = version;
hash = "sha256-3x6Lc1rWBtYWVocBuMV5CtoZQjL0Ce+6J2xFjaYaeG4=";
hash = "sha256-jDxQajc8Kyfihm8q3wCpA+WsbAkQEZerLckLQXNhTa8=";
};
nativeBuildInputs = [