We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbad0b9 commit 9d34f3cCopy full SHA for 9d34f3c
pkgs/by-name/wl/wlvncc/package.nix
@@ -24,13 +24,13 @@
24
}:
25
stdenv.mkDerivation {
26
pname = "wlvncc";
27
- version = "unstable-2023-01-05";
+ version = "unstable-2024-11-23";
28
29
src = fetchFromGitHub {
30
owner = "any1";
31
repo = "wlvncc";
32
- rev = "2b9a886edd38204ef36e9f9f65dd32aaa3784530";
33
- hash = "sha256-0HbZEtDaLjr966RS+2GHc7N4nsivPIv57T/+AJliwUI=";
+ rev = "0489e29fba374a08be8ba4a64d492a3c74018f41";
+ hash = "sha256-jFP4O6zo1fYULOVX9+nuTNAy4NuBKsDKOy+WUQRUjdI=";
34
};
35
36
nativeBuildInputs = [
0 commit comments