Skip to content

Commit

Permalink
Merge pull request #335620 from JohnRTitor/uwsm-package
Browse files Browse the repository at this point in the history
uwsm: 0.18.0 -> 0.18.2
  • Loading branch information
JohnRTitor authored Aug 18, 2024
2 parents 7bae094 + 1399e25 commit 21576ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/uw/uwsm/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "uwsm";
version = "0.18.0";
version = "0.18.2";

src = fetchFromGitHub {
owner = "Vladimir-csp";
repo = "uwsm";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-VGywdMRHJaQgWD9EurYdMTlbOo8Wu8NWiLuiY7xJh4M=";
hash = "sha256-/LmSc1AKNZ/VZ2rkUsOvwqpJmPgb6dThTtOu44BriQs=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 21576ab

Please sign in to comment.