mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-15 11:50:09 +00:00
lssecret: use pname instead of name
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "lssecret";
|
||||
pname = "lssecret";
|
||||
version = "unstable-2022-12-02";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "GrantMoyer";
|
||||
repo = name;
|
||||
repo = "lssecret";
|
||||
rev = "20fd771a";
|
||||
hash = "sha256-yU70WZj4EC/sFJxyq2SQ0YQ6RCQHYiW/aQiYWo7+ujk=";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user