Unverified Commit 5d1909fe authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #217423 from r-ryantm/auto-update/zimfw

zimfw: 1.11.1 -> 1.11.2
parents 3836b0f4 f8d68cd3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

stdenv.mkDerivation rec {
  pname = "zimfw";
  version = "1.11.1";
  version = "1.11.2";
  src = fetchFromGitHub {
    owner = "zimfw";
    repo = "zimfw";
    rev = "v${version}";
    ## zim only needs this one file to be installed.
    sparseCheckout = [ "zimfw.zsh" ];
    sha256 = "sha256-ZL/x5FNklRa5JnZ5UUofnIcW4dCInaEvTLBQfMJDWIM=";
    sha256 = "sha256-FgTCdSSDp8pvscRUD4vVk/peoCI4e9FPoCuHP25wxXA=";
  };
  strictDeps = true;
  dontConfigure = true;