Skip to content

Commit b997d37

Browse files
authored
uwsm: 0.20.0 -> 0.20.1 (#351313)
2 parents c0f3863 + b489f70 commit b997d37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/uw/uwsm/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ let
2727
in
2828
stdenv.mkDerivation (finalAttrs: {
2929
pname = "uwsm";
30-
version = "0.20.0";
30+
version = "0.20.1";
3131

3232
src = fetchFromGitHub {
3333
owner = "Vladimir-csp";
3434
repo = "uwsm";
3535
rev = "refs/tags/v${finalAttrs.version}";
36-
hash = "sha256-BtzW0jyYAVGjSBlocgkGHgY3JQUpWizDaSa2YBIX2Bs=";
36+
hash = "sha256-iekCav2zjVViuGSM/s5na/Jf4OKyJlsrsXTiGdWOe1M=";
3737
};
3838

3939
nativeBuildInputs = [

0 commit comments

Comments
 (0)