From 0c36903c2e4499984e9f4b7f17e1fdfb11062986 Mon Sep 17 00:00:00 2001 From: Aidan Gauland Date: Mon, 20 Nov 2023 07:58:12 +1300 Subject: [PATCH] [BROKEN] placebo: 1.4.2 -> 1.4.4 --- plugins/placebo/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/placebo/default.nix b/plugins/placebo/default.nix index dcb29c6..9d87ce1 100644 --- a/plugins/placebo/default.nix +++ b/plugins/placebo/default.nix @@ -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; };