mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
libsForQt5.accounts-qml-module: Fix version
Year was typo'd, should be 2023
This commit is contained in:
parent
b8c432b54a
commit
bafb37491e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "accounts-qml-module";
|
||||
version = "0.7-unstable-2022-10-28";
|
||||
version = "0.7-unstable-2023-10-28";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "accounts-sso";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue