Merge pull request #313702 from r-ryantm/auto-update/himitsu

himitsu: 0.6 -> 0.7
This commit is contained in:
Nick Cao 2024-05-23 14:00:19 -04:00 committed by GitHub
commit 5ee3e3a370
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [