updates to desktop stuff

This commit is contained in:
Chris Cochrun 2023-01-12 09:49:44 -06:00
parent 1e6b8c68ab
commit 2c0699c544
8 changed files with 18 additions and 13 deletions

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ydotool";
version = "1.0.2";
version = "1.0.3";
src = fetchFromGitHub {
owner = "ReimuNotMoe";
repo = "ydotool";
rev = "1d5d227e3a6dc9b70147960e99f17695d9f6804e";
sha256 = "sha256-maXXGCqB8dkGO8956hsKSwM4HQdYn6z1jBFENQ9sKcA=";
rev = "v${version}";
sha256 = "sha256-RcPHQFXD3YgfF11OFpcnSowPlEjxy2c2RWhGYr30GhI=";
};
strictDeps = true;