Unverified Commit 38b6581d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

zef: 0.22.2 -> 0.22.4 (#349926)

parents 37da9567 28512828
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "zef";
  version = "0.22.2";
  version = "0.22.4";

  src = fetchFromGitHub {
    owner = "ugexe";
    repo = "zef";
    rev = "v${finalAttrs.version}";
    hash = "sha256-uMVfBptiCungO+XJMlwV2Fhs2jgVNDOqUFqgJPV5RhM=";
    hash = "sha256-blreXcpKvatu5Vo5YViIz5Yv2OAsQgs/SGEI2rABDoc=";
  };

  nativeBuildInputs = [