Merge pull request #294900 from r-ryantm/auto-update/wslu

wslu: 4.1.1 -> 4.1.2
This commit is contained in:
Weijia Wang 2024-03-17 01:08:08 +01:00 committed by GitHub
commit d41cc685de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "wslu";
version = "4.1.1";
version = "4.1.2";
src = fetchFromGitHub {
owner = "wslutilities";
repo = "wslu";
rev = "v${version}";
hash = "sha256-yhugh836BoSISbTu19ubLOrz5X31Opu5QtCR0DXrbWc=";
hash = "sha256-rmNGKayg8Y872yICilveMpDFBLkDZ6Ox8rqtWrK2om8=";
};
nativeBuildInputs = [ copyDesktopItems ];