xdg-ninja: 0.2.0.2-unstable-2025-07-25 -> 0.2.0.2-unstable-2025-08-07

This commit is contained in:
R. Ryantm
2025-08-15 04:08:02 +00:00
parent ee11c0fef4
commit 1fe18963ed
+3 -3
View File
@@ -10,13 +10,13 @@
stdenvNoCC.mkDerivation {
pname = "xdg-ninja";
version = "0.2.0.2-unstable-2025-07-25";
version = "0.2.0.2-unstable-2025-08-07";
src = fetchFromGitHub {
owner = "b3nj5m1n";
repo = "xdg-ninja";
rev = "611b3c43b56e994ed673b6953fa1c37c85765011";
hash = "sha256-yHILisO34m6XAeJ5GrxkxFUOPcAKOlpIsKYkQz9UfLc=";
rev = "854929e5413e8d2cf84e90c5cc3ccb0188ab5d22";
hash = "sha256-Kgu+LEU1SeB3ODyLihYG+IaQ2TMEFf3gxtjNM1FZz98=";
};
nativeBuildInputs = [ makeWrapper ];