mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Add missing sha256sum to autorandr derivation
This commit is contained in:
parent
cca592b455
commit
7b9485145d
@ -16,6 +16,7 @@ in
|
||||
src = fetchgit {
|
||||
inherit rev;
|
||||
url = "https://github.com/wertarbyte/autorandr.git";
|
||||
sha256 = "1x8agg6mf5jr0imw7dznr8kxyw970bf252bda9q7b0z4yksya2zd";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user