1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 11:10:03 +00:00

uwsm: 0.18.0 -> 0.18.2

https://github.com/Vladimir-csp/uwsm/compare/v0.18.0...v0.18.2
This commit is contained in:
John Titor 2024-08-18 19:55:23 +05:30
parent d4a7a4d0e0
commit 1399e2551a
No known key found for this signature in database
GPG key ID: 29B0514F4E3C1CC0

View file

@ -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 = [