schemes: 0.2.0 -> 46.0

This commit is contained in:
R. Ryantm 2024-06-19 00:23:13 +00:00
parent 78fde8eb60
commit 46d015953a

View File

@ -17,14 +17,14 @@
stdenv.mkDerivation rec {
pname = "schemes";
version = "0.2.0";
version = "46.0";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "chergert";
repo = "schemes";
rev = version;
hash = "sha256-XUC24KzZSU4+F2JZMsydukvAwEGdMxCnkPG6QHnCw6w=";
hash = "sha256-m82jR958f1g/4gSJ4NbNa4fwxVseH399Z8JpWr7tLh8=";
};
nativeBuildInputs = [