Skip to content

Commit ba9222e

Browse files
authored
desed: 1.2.1-unstable-2024-09-06 -> 1.2.2 (#349799)
2 parents 8ce18c0 + 55219f0 commit ba9222e

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

pkgs/by-name/de/desed/package.nix

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,27 @@
22
lib,
33
rustPlatform,
44
fetchFromGitHub,
5+
nix-update-script,
56
}:
67

7-
rustPlatform.buildRustPackage {
8+
rustPlatform.buildRustPackage rec {
89
pname = "desed";
9-
version = "1.2.1-unstable-2024-09-06";
10+
version = "1.2.2";
1011

1112
src = fetchFromGitHub {
1213
owner = "SoptikHa2";
1314
repo = "desed";
14-
rev = "master";
15-
hash = "sha256-iCpEfefXXognk4YI1LLb3mwgaqMw4m3haq/gdS1JbQU=";
15+
rev = "refs/tags/v${version}";
16+
hash = "sha256-FL9w+XdClLBCRp+cLqDzTVj8j9LMUp8jZ6hiG4KvIds=";
1617
};
1718

18-
cargoHash = "sha256-z2qv394C0GhQC21HuLyvlNjrM65KFEZh1XLj+Y/B9ZM=";
19+
cargoHash = "sha256-inH8fUpUR0WXYY2JX72evZqVp3GlnGKBBlrbai/fU6U=";
20+
21+
passthru.updateScript = nix-update-script { };
1922

2023
meta = {
21-
changelog = "https://github.com/SoptikHa2/desed/releases/tag/v1.2.1";
22-
description = "Debugger for Sed: demystify and debug your sed scripts, from comfort of your terminal. ";
24+
changelog = "https://github.com/SoptikHa2/desed/releases/tag/v${version}";
25+
description = "Debugger for Sed: demystify and debug your sed scripts, from comfort of your terminal";
2326
homepage = "https://github.com/SoptikHa2/desed";
2427
license = lib.licenses.gpl3Only;
2528
maintainers = with lib.maintainers; [ vinylen ];

0 commit comments

Comments
 (0)