muscle: fix pname

This commit is contained in:
Mario Rodas 2023-01-28 04:20:00 +00:00
parent 6aae8e96f8
commit e5c51680fd

View File

@ -1,13 +1,13 @@
{ lib, stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
name = "muscle";
pname = "muscle";
version = "5.1.0";
src = fetchFromGitHub {
owner = "rcedgar";
repo = "${name}";
repo = pname;
rev = "${version}";
hash = "sha256-NpnJziZXga/T5OavUt3nQ5np8kJ9CFcSmwyg4m6IJsk=";
};