Merge pull request #240956 from r-ryantm/auto-update/workrave

workrave: 1.10.50 -> 1.10.51.1
This commit is contained in:
Weijia Wang 2023-07-03 10:32:53 +03:00 committed by GitHub
commit 3ac11487c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,14 +35,14 @@
stdenv.mkDerivation rec {
pname = "workrave";
version = "1.10.50";
version = "1.10.51.1";
src = fetchFromGitHub {
repo = "workrave";
owner = "rcaelers";
rev = with lib;
"v" + concatStringsSep "_" (splitVersion version);
sha256 = "sha256-fSUfgk0PmiteVQis+0NmMMZXBe/377X2k9oS2yp2Qzo=";
sha256 = "sha256-rx3k4U5igRYxzuVke+x926K1Pso32iGob4Ccp0jdKds=";
};
nativeBuildInputs = [