ucode: 0.0.20231102 -> 0.0.20250529

This commit is contained in:
R. Ryantm
2025-06-02 17:11:03 +00:00
parent 0238456546
commit 217d1107aa
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "ucode";
version = "0.0.20231102";
version = "0.0.20250529";
src = fetchFromGitHub {
owner = "jow-";
repo = "ucode";
rev = "v${version}";
hash = "sha256-dJjlwuQLS73D6W/bmhWLPPaT7himQyO1RvD+MXVxBMw=";
hash = "sha256-V8WGd4rSuCtGIA5oTfnagp0Dmh5FNG87/MJSeILtbM4=";
};
buildInputs = [