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 = "passmenu-otp";
version = "0.1.0";
version = "unstable-2019-04-21";
src = fetchFromGitHub {
owner = "petrmanek";
repo = "passmenu-otp";
rev = "master";
rev = "2623a0845cc2bb68b636a743862693fce9ec8b02";
sha256 = "sha256-2EGomeK/p3uVfgho5xGR11ovJQ2q3cPZoFG+z88DyxA=";
};