tparted: 2025-10-31 -> 2025-11-02

This commit is contained in:
R. Ryantm
2025-11-09 02:34:55 +00:00
parent bb2e2e26e9
commit 11f38c7de1
+2 -2
View File
@@ -19,11 +19,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tparted";
version = "2025-10-31";
version = "2025-11-02";
src = fetchurl {
url = "https://github.com/Kagamma/tparted/releases/download/${finalAttrs.version}/linux_x86-64_tparted_${finalAttrs.version}.tar.gz";
hash = "sha256-uBuYZUiQB/RnAXRNqwkz87rYjBanqiJBbRFAPSmEmnw=";
hash = "sha256-dVVNr8VL8SP2gCdysbE28QgKWGOzfGoIdVIzJRxRp9M=";
};
nativeBuildInputs = [