mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
picom-allusive: 0.3.1 -> 0.3.2 (#260825)
This commit is contained in:
parent
1de9c0b390
commit
2f23d4d2d3
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
picom.overrideAttrs (oldAttrs: rec {
|
picom.overrideAttrs (oldAttrs: rec {
|
||||||
pname = "picom-allusive";
|
pname = "picom-allusive";
|
||||||
version = "0.3.1";
|
version = "0.3.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "allusive-dev";
|
owner = "allusive-dev";
|
||||||
repo = "picom-allusive";
|
repo = "picom-allusive";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-lk4Ll0mi9h3BAqwgOzFQw4WYKnSW9XTl3PjoK2E4WKg=";
|
hash = "sha256-1zWntz2QKp/O9ZuOUZy9NkCNXFsBqRRvcd0SAr+7G/o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user