[BROKEN] placebo: 1.4.2 -> 1.4.4

Aidan Gauland 2023-11-20 07:58:12 +13:00
parent 758cbc3cc2
commit 0c36903c2e
No known key found for this signature in database
GPG Key ID: 16E68DD2D0E77C91
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "vs-placebo";
version = "1.4.2";
version = "1.4.4";
src = fetchFromGitHub {
owner = "Lypheo";
repo = pname;
rev = version;
sha256 = "sha256-nerS1z/Ch/UqcmcY2gNL1Xl3hs1/etEAODj8pzrSuEE=";
sha256 = "sha256-1DTdllP+Y4s+t2PMnpcgeLjOxOyyV/yhFSxPP9/Gy9M=";
fetchSubmodules = true;
};