fix: cockpit-zfs-manager: remove /sbin/ prefixes

main
LeRoyce Pearson 2024-01-09 13:35:30 -07:00
parent 67c27b2a9c
commit ebd4de710b
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
{ lib, stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
pname = "cockpit-zfs-manager";
version = "18471f0ed239719585c82baf94628aa14e488e0e";
version = "816af25099fccc46a3bff5f831b39d98ef33d514";
src = fetchFromGitHub {
owner = "leroycep";
repo = "cockpit-zfs-manager";
rev = "${version}";
hash = "sha256-Q+cggUpW9ds2pzMz4MKrgeI6FgbpxMzJh9YNZNSMtK0=";
hash = "sha256-aLdsHHVVG6eJrvh3B4grZkDEbCZyDJjX2PuKkON8UcI=";
};
installPhase = ''