libspecbleach: 0.1.6 -> 0.2.0

This commit is contained in:
Bart Brouns
2026-01-14 01:47:46 +01:00
parent 95712b4111
commit 8fe896baa6
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "libspecbleach";
version = "0.1.6";
version = "0.2.0";
src = fetchFromGitHub {
owner = "lucianodato";
repo = "libspecbleach";
rev = "v${version}";
sha256 = "sha256-Tw5nrGVAeoiMH00efJwcU+QLmKDZZTXHQPSV9x789TM=";
sha256 = "sha256-s8eHryJfLz63m08O7l3r2iXOAgFqiuVTEcD774C3iXE=";
};
nativeBuildInputs = [