Unverified Commit fc232d78 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

ucode: 0.0.20231102 -> 0.0.20250529 (#413301)

parents f04c1242 217d1107
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [