zram-generator: 1.2.0 -> 1.2.1

Diff: https://github.com/systemd/zram-generator/compare/v1.2.0...v1.2.1
This commit is contained in:
Nick Cao
2024-11-28 08:46:59 -05:00
parent 508d3d1022
commit 08aab4041b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -385,7 +385,7 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "zram-generator"
version = "1.2.0"
version = "1.2.1"
dependencies = [
"anyhow",
"clap",
+2 -2
View File
@@ -12,13 +12,13 @@
rustPlatform.buildRustPackage rec {
pname = "zram-generator";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "systemd";
repo = pname;
rev = "v${version}";
hash = "sha256-NcMqMCYk5IhNwohceBT8ySefkzMxnQ5Xv5USenFV0bk=";
hash = "sha256-aGBvvjGKZ5biruwmJ0ITakqPhTWs9hspRIE9QirqstA=";
};
# RFE: Include Cargo.lock in sources