Skip to content

Commit ed8628e

Browse files
authored
[Backport release-25.11] zsh-you-should-use: 1.11.0 -> 1.11.1 (#493163)
2 parents 4af4dd6 + bcfd76c commit ed8628e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/zs/zsh-you-should-use/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenvNoCC.mkDerivation (finalAttrs: {
1010
pname = "zsh-you-should-use";
11-
version = "1.11.0";
11+
version = "1.11.1";
1212

1313
src = fetchFromGitHub {
1414
owner = "MichaelAquilina";
1515
repo = "zsh-you-should-use";
1616
tag = finalAttrs.version;
17-
hash = "sha256-5dl6NJD0DWSDlWE1Ua8EviQWmWDW7kWBH0OB5A5UOZQ=";
17+
hash = "sha256-a/DNVxD55Bh6AmSh5C4z4JpZM5xUiQgoaFoDgYPQsbo=";
1818
};
1919

2020
strictDeps = true;

0 commit comments

Comments
 (0)