mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
Merge pull request #190679 from bobby285271/cleanup-ouputHash
{arc, adapta}-kde-theme: remove ouputHash
This commit is contained in:
commit
8e33d1c6dd
@ -13,11 +13,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
# Make this a fixed-output derivation
|
||||
outputHashMode = "recursive";
|
||||
outputHashAlgo = "sha256";
|
||||
ouputHash = "0rxhk8sp81vb2mngqr7kn9vlqyliq9aqj2d25igcr01v5axbxbzb";
|
||||
|
||||
meta = {
|
||||
description = "A port of the Adapta theme for Plasma";
|
||||
homepage = "https://git.io/adapta-kde";
|
||||
|
@ -13,11 +13,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
# Make this a fixed-output derivation
|
||||
outputHashMode = "recursive";
|
||||
outputHashAlgo = "sha256";
|
||||
ouputHash = "2c2def57092a399aa1c450699cbb8639f47d751157b18db17";
|
||||
|
||||
meta = {
|
||||
description = "A port of the arc theme for Plasma";
|
||||
homepage = "https://git.io/arc-kde";
|
||||
|
Loading…
Reference in New Issue
Block a user