bedops: 2.4.41 -> 2.4.42

This commit is contained in:
R. Ryantm 2025-04-11 00:32:58 +00:00
parent 4a0b66d1f5
commit 7b48a3cfe3

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "bedops";
version = "2.4.41";
version = "2.4.42";
src = fetchFromGitHub {
owner = "bedops";
repo = "bedops";
rev = "v${version}";
sha256 = "sha256-VJBoi1+tHA4oOVOsClUfimB+mOV5ZSQsDcDq3vAZwBA=";
sha256 = "sha256-IF2MWGpdnP8PKwLRboe5bxu8N+gV4qZ82BemJE/JCU0=";
};
buildInputs = [