Pin revisions and update versions

This commit is contained in:
Oliver Davies 2025-04-23 16:12:10 +01:00
parent 9c5e258a9d
commit 1a2e30b9d5
6 changed files with 15 additions and 9 deletions

View file

@ -4,12 +4,12 @@ with pkgs;
stdenv.mkDerivation {
pname = "displayselect";
version = "0.1.0";
version = "unstable-2024-05-11";
src = fetchFromGitHub {
owner = "lukesmithxyz";
repo = "voidrice";
rev = "master";
rev = "97687287bdfd332398b82a196b5f1feaec73f1d7";
sha256 = "sha256-9U1Do0w2oT5E6uZxSKoHAzbGbSLQRQlT65KcPGzwhW8=";
};