File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 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 ] ;
You can’t perform that action at this time.
0 commit comments