We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4af4dd6 + bcfd76c commit ed8628eCopy full SHA for ed8628e
1 file changed
pkgs/by-name/zs/zsh-you-should-use/package.nix
@@ -8,13 +8,13 @@
8
9
stdenvNoCC.mkDerivation (finalAttrs: {
10
pname = "zsh-you-should-use";
11
- version = "1.11.0";
+ version = "1.11.1";
12
13
src = fetchFromGitHub {
14
owner = "MichaelAquilina";
15
repo = "zsh-you-should-use";
16
tag = finalAttrs.version;
17
- hash = "sha256-5dl6NJD0DWSDlWE1Ua8EviQWmWDW7kWBH0OB5A5UOZQ=";
+ hash = "sha256-a/DNVxD55Bh6AmSh5C4z4JpZM5xUiQgoaFoDgYPQsbo=";
18
};
19
20
strictDeps = true;
0 commit comments