mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
wayfirePlugins.wayfire-shadows: unstable-2024-03-28 -> 0-unstable-2024-08-30
This commit is contained in:
parent
8158f1d5b3
commit
718661602a
@ -14,13 +14,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "wayfire-shadows";
|
pname = "wayfire-shadows";
|
||||||
version = "unstable-2024-03-28";
|
version = "0-unstable-2024-08-30";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "timgott";
|
owner = "timgott";
|
||||||
repo = "wayfire-shadows";
|
repo = "wayfire-shadows";
|
||||||
rev = "81699f6e4be65dcf3f7ad5155dfb4247b37b7997";
|
rev = "11c8ab63c1cde663a38502c6ecaeec980920c4d1";
|
||||||
hash = "sha256-H9pqpHoeDfNBrtVLax57CUXVhU2XT+syAUZTYSJizxw=";
|
hash = "sha256-/utqJevG7fn/kX81eDIN/SDvVa3rzNBe1crkHfMx8qo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user