Commit 28512828 authored by R. RyanTM's avatar R. RyanTM
Browse files

zef: 0.22.2 -> 0.22.4

parent 75d8eea6
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 = [