Unverified Commit 86d9ebe1 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

zimfw: 1.11.2 -> 1.11.3
parents 99db4841 5c16cfc8
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.2";
  version = "1.11.3";
  src = fetchFromGitHub {
    owner = "zimfw";
    repo = "zimfw";
    rev = "v${version}";
    ## zim only needs this one file to be installed.
    sparseCheckout = [ "zimfw.zsh" ];
    sha256 = "sha256-FgTCdSSDp8pvscRUD4vVk/peoCI4e9FPoCuHP25wxXA=";
    sha256 = "sha256-q3OSypjqAc+ul0kF6f3u+wnFyNEm4AKwyPBwQzlVzYU=";
  };
  strictDeps = true;
  dontConfigure = true;