ucode: 0.0.20231102 -> 0.0.20250529 (#413301)

This commit is contained in:
Weijia Wang
2025-06-17 00:03:49 +02:00
committed by GitHub

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