wslu: 4.1.1 -> 4.1.2

This commit is contained in:
R. Ryantm
2024-03-11 02:46:33 +00:00
parent 3668a9ff62
commit e2d205854e
+2 -2
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 ];