lol

orpie: Refactor and hardcode orpie attribute and rev -> tag (#413968)

authored by

Peder Bergebakken Sundt and committed by
GitHub
b64358f8 4a816afa

+3 -3
+3 -3
pkgs/applications/misc/orpie/default.nix
··· 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "pelzlpj"; 13 - repo = pname; 14 - rev = "release-${version}"; 15 - sha256 = "1rx2nl6cdv609pfymnbq53pi3ql5fr4kda8x10ycd9xq2gc4f21g"; 13 + repo = "orpie"; 14 + tag = "release-${version}"; 15 + sha256 = "sha256-LwhH2BO4p8Y8CB2pNkl2heIR7yh42erdTcDsxgy1ouc="; 16 16 }; 17 17 18 18 patches = [ ./prefix.patch ];