modprobed-db: 2.48 -> 2.50 (#531355)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-13 14:32:52 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "modprobed-db";
version = "2.48";
version = "2.50";
src = fetchFromGitHub {
owner = "graysky2";
repo = "modprobed-db";
rev = "v${finalAttrs.version}";
hash = "sha256-rMkPBRg0QluMmSCAWSvET7rS/A2aUL6H31KKoZ6NTEs=";
hash = "sha256-JcotyXFrxE9DmrGS8cx/+BvHeQ8rLd+0h4jIYD2NZmY=";
};
strictDeps = true;